@charset "utf-8";

html,
body {
    margin    : 0px;
    padding   : 0px;
    width     : 100%;
    height    : 100%;
    background: #f8f8f8;
}

p {
    margin: 0px;
}

* {
    padding           : 0px;
    margin            : 0px;
    box-sizing        : border-box;
    -moz-box-sizing   : border-box;
    -webkit-box-sizing: border-box;
    color             : #555;
    font-family       : "Microsoft Yahei", Arial, sans-serif;
    outline           : none;
    font-weight       : normal;
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

fieldset,
img {
    border: 0
}

a {
    text-decoration: none;
    color          : #555;
    outline        : none;
}

li {
    list-style    : none;
    vertical-align: top;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size  : inherit;
    font-style : inherit;
    font-weight: inherit;
}

.hide {
    display: none;
}

/*控制元素对web与wap的可见状态*/
.web {
    display: block;
}

.wap {
    display: none;
}

/*顶部广告*/
.ad {
    width     : 1200px;
    height    : 100px;
    background: white;
    border    : 1px solid #efefef;
    margin    : 10px auto;
    position  : relative;
}

.ad img {
    width : 1190px;
    height: 90px;
    margin: 5px 5px;
}

.ad-close {
    position   : absolute;
    right      : 8px;
    top        : 8px;
    color      : white;
    font-size  : 13px;
    font-family: 'SimSun';
}

.ad-detail {
    position : absolute;
    right    : 8px;
    bottom   : 8px;
    font-size: 14px;
    color    : white;
}

/*顶部栏*/
.header {
    width        : 100%;
    height       : 70px;
    background   : white;
    border-bottom: 1px solid #dedede;
}

.hCon {
    width   : 1200px;
    height  : 70px;
    margin  : 0px auto;
    position: relative;
}

.hCon-td {
    float: left;
}

.hCon-hd {
    float: right;
}

.logo {
    display : block;
    overflow: hidden;
    margin  : 8px 62px auto 0px;
}

.logo img {
    width : 166px;
}

/*顶部导航*/
.nav-box {
    width     : 528px;
    height    : 70px;
    float     : left;
    overflow  : hidden;
    overflow-x: auto;
}

.nav-con {
    width   : 528px;
    height  : 70px;
    overflow: hidden;
}

.m-nav {
    width        : 75px;
    height       : 54px;
    padding-top  : 2px;
    font-family  : 'SimHei';
    display      : block;
    border-radius: 6px;
    margin       : 8px 18px;
}

.m-nav:hover .m-big {
    color: #e20309;
}

.m-big {
    font-size  : 18px;
    line-height: 54px;
    color      : #000000;
}

.m-small {
    font-size: 13px;
}

.navChoice {
    background: #ed2f2f;
}

.navChoice * {
    color: white;
}

/*顶部搜索及右侧按钮*/
.search {
    overflow: hidden;
}

.search-box {
    width        : 140px;
    height       : 28px;
    border       : 1px solid #666666;
    border-radius: 20px;
    float        : right;
    margin       : 22px 10px auto 88px;
}

.search-input {
    width         : 110px;
    height        : 26px;
    line-height   : 26px;
    font-size     : 13px;
    text-align    : left;
    text-indent   : 0.8em;
    border        : none;
    outline       : none;
    background    : transparent;
    vertical-align: top;
}

.search-bt {
    width         : 14px;
    height        : 14px;
    margin-top    : 6px;
    vertical-align: top;
    cursor        : pointer;
}

.topbutton {
    height       : 28px;
    line-height  : 26px;
    padding      : 0px 8px;
    font-size    : 15px;
    color        : white;
    border-radius: 3px;
    margin       : 22px 0px auto 10px;
    cursor       : pointer;
    background   : transparent;
    border       : 1px solid #999999;
    color        : #999999;
}

.topbutton:hover {
    background: #ed2f2f;
    border    : 1px solid #ed2f2f;
    color     : #ffffff;
}

.topbutton.bgtrans {
    background: #ed2f2f;
    color     : #ffffff;
    border    : 1px solid #ed2f2f;
}

.hasCode {
    position: relative;
}

.app-code {
    position: absolute;
    top     : 53px;
    left    : -5px;
    display : none;
}

.hasCode:hover .app-code {
    display: block;
}

/*登录及注册*/
.top-window {
    position: absolute;
    position: fixed;
    top     : 0px;
    left    : 0px;
    width   : 100%;
    height  : 100%;
    z-index : 1000;
    display : none;
}

.top-window * {
    text-align: left;
}

.top-bg {
    width     : 100%;
    height    : 100%;
    position  : absolute;
    z-index   : 1001;
    top       : 0px;
    left      : 0px;
    background: #000000;
    opacity   : 0.38;
    filter    : alpha(opacity=38);
}

.top-form {
    position     : absolute;
    z-index      : 1002;
    top          : 50%;
    left         : 50%;
    background   : white;
    border-radius: 16px;
}

.form-login {
    width : 490px;
    height: 330px;
    margin: -200px auto auto -245px;
}

.form-register {
    width : 490px;
    height: 406px;
    margin: -220px auto auto -245px;
}

.box-close {
    width        : 12px;
    height       : 12px;
    border-radius: 50%;
    background   : #e81a1a;
    margin       : 10px 10px 0px auto;
    cursor       : pointer;
}

.box-title {
    font-size : 26px;
    color     : #000;
    text-align: left;
    margin    : 8px auto 0px 46px;
}

.form-inpu {
    width        : 390px;
    height       : 38px;
    line-height  : 36px;
    border       : none;
    border-bottom: 1px solid #c4c4c4;
    margin       : 28px auto 16px 46px;
    text-align   : left;
    text-indent  : 20px;
    font-size    : 15px;
}

.form-last {
    width : 390px;
    height: 56px;
    margin: 16px auto auto 46px;
}

.form-remember {
    vertical-align: bottom;
    margin-right  : 37px;
    position      : relative;
    bottom        : 10px;
    cursor        : pointer;
}

.form-remember span {
    font-size: 13px;
    color    : #777;
    position : relative;
    bottom   : 1px;
}

.to-turn {
    vertical-align: bottom;
    font-size     : 13px;
    color         : #777;
    position      : relative;
    bottom        : 11px;
}

.to-turn span {
    font-size: 13px;
    color    : #27a4fd;
    cursor   : pointer;
}

.bt-submit {
    vertical-align: bottom;
    width         : 140px;
    height        : 56px;
    background    : #27a4fd;
    border        : none;
    color         : white;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
}

.bt-login {
    margin-left: 38px;
}

.bt-register {
    margin-left: 141px;
}

/*wap顶部悬浮*/
.hCon-left {
    position  : absolute;
    left      : 0px;
    top       : 0px;
    background: white;
}

.search-bt2 {
    width  : 38px;
    height : 38px;
    margin : 5px;
    display: block;
}

.search-bt2 img {
    width : 38px;
    height: 38px;
}

.hCon-right {
    position  : absolute;
    right     : 0px;
    top       : 0px;
    background: white;
    height    : 55px;
}

.nav-line {
    height        : 48px;
    margin        : 3px 0px auto 0px;
    vertical-align: top;
}

.add {
    width         : 20px;
    height        : 20px;
    margin        : 18px 13px 17px 3px;
    vertical-align: top;
}

/*导航气泡*/
.bubble {
    height  : 140px;
    position: absolute;
    top     : 70px;
    z-index : 500;
    display : none;
}

.hCon-td:hover .bubble {
    display: block;
}

.b-top {
    width   : 14px;
    height  : 8px;
    position: absolute;
    top     : -8px;
    display : block;
    left    : 32px;
}

.s-nav-box {
    overflow     : hidden;
    background   : #4c4c4c;
    background   : rgba(0, 0, 0, 0.8);
    padding      : 26px 10px;
    border-radius: 3px;
    position     : absolute;
    top          : 0px;
    left         : -68px;
    display      : block;
    width        : 600px;
}

.s-nav-box .s-nav:first-child {
    border: none;
}

.s-nav {
    display    : block;
    width      : 50px;
    height     : 88px;
    font-size  : 16px;
    line-height: 22px;
    float      : left;
    color      : white;
    padding    : 0px 16px;
    border-left: 1px solid #585858;
}

.s-nav:hover {
    font-size  : 17px;
    font-weight: bold;
}

.b-big {
    font-size: 21px;
    color    : #000000;
}

.b-small {
    font-size: 16px;
}

/*wap二级导航*/
.b-title {
    width        : 100%;
    height       : 60px;
    line-height  : 60px;
    font-size    : 28px;
    border-bottom: 1px solid #efefef;
    text-align   : left;
    padding      : 0px 20px;
    font-family  : 'SimSun';
}

.b-bt {
    padding      : 16px 6px 6px 20px;
    border-bottom: 1px solid #efefef;
    overflow     : hidden;
}

.b-bt-txt {
    text-align: left;
    color     : #777777;
    font-size : 16px;
    margin    : 0px 0px 10px 0px;
}

.b-nav {
    width        : 60px;
    height       : 72px;
    border       : 1px solid #bbbbbb;
    border-radius: 3px;
    text-align: center;
    display      : block;
    float        : left;
    margin       : 0px 16px 16px 0px;
}

.close {
    position: fixed;
    top     : 22px;
    right   : 16px;
    width   : 16px;
    height  : 16px;
}

.bnavChoice {
    border: 1px solid #e20309;
}

.bnavChoice * {
    color: #e20309 !important;
}

/*内容区*/
.content {
    width     : 1200px;
    background: transparent;
    overflow  : hidden;
    margin    : 20px auto 0px auto;
}

/*右侧内容区*/
.cCon-right {
    width      : 240px;
    margin-left: 20px;
    float      : right;
}

.rcon {
    margin-bottom: 1.2em;
}

.rcon li {
    overflow: hidden;
}

.rTitle {
    width        : 100%;
    height       : 40px;
    line-height  : 38px;
    color        : #000000;
    text-indent  : 0.6em;
    font-weight  : bold;
    font-size    : 18px;
    text-align   : left;
    background   : white;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size    : 'SimHei';
}

.r1-poster {
    width        : 200px;
    height       : 123px;
    margin-bottom: 10px;
    overflow     : hidden;
    display      : block;
}

.r1-poster img {
    width : 100%;
    height: 100%;
}

.r1-list li a {
    display      : block;
    line-height  : 28px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    font-size    : 14px;
    text-align   : left;
}

.r1-list li a:before {
    content       : "*";
    vertical-align: middle;
    font-weight   : bold;
    font-size     : 14px;
    color         : #333;
    margin-right  : 10px;
}

.r2-list li {
    padding-top: 10px;
    margin-top : 10px;
    border-top : 1px dashed #dfdfdf;
}

.r2-list li:first-child {
    border : none;
    margin : 0px;
    padding: 0px;
}

.r2-list li a {
    overflow: hidden;
    width   : 200px;
}

.r2-poster {
    width       : 60px;
    height      : 60px;
    float       : left;
    margin-right: 0.8em;
}

.r2-txt {
    display           : block;
    height            : 40px;
    overflow          : hidden;
    line-height       : 20px;
    font-size         : 14px;
    text-align        : left;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
}

.r2-list {
    padding-bottom: 20px;
}

.rLink {
    text-align: left;
}

.rLink a {
    font-size  : 14px;
    line-height: 30px;
    white-space: nowrap;
}

.r1-list a:hover,
.r2-list a:hover .r2-txt,
.rLink a:hover {
    color      : rgb(50, 80, 135);
    font-weight: bold;
}

/*轮播图*/
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a3a3a3'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a3a3a3'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff3333'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff3333'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-bullet {
    width : 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #ff3333 !important;
}

.swiper-container {
    width     : 920px;
    height    : 380px;
    border    : 1px solid #efefef;
    background: white;
}

.swiper-container2 {
    width   : 1160px;
    height  : 372px;
    margin  : 5px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: left;
    overflow  : hidden;
}

.swiper-poster-box {
    width   : 600px;
    height  : 369.23px;
    margin  : 5px 16px auto 5px;
    float   : left;
    overflow: hidden;
}

.swiper-poster {
    width     : 100%;
    height    : 100%;
    transition: all 1s ease 0s;
}

.swiper-slide:hover .swiper-poster {
    transform        : scale(1.1, 1.1);
    -ms-transform    : scale(1.1, 1.1);
    -moz-transform   : scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform     : scale(1.1, 1.1);
}

.swiper-poster2 {
    width : 1160px;
    height: 372px;
}

.swiper-con {
    padding-right: 12px;
    padding-top  : 26px;
}

.swiper-title {
    height     : 110px;
    overflow   : hidden;
    text-align : left;
    font-size  : 24px;
    line-height: 36px;
    font-weight: bold;
    color      : #000000;
}

.swiper-title2 {
    position   : absolute;
    bottom     : 0px;
    left       : 0px;
    background : white;
    background : rgba(255, 255, 255, 0.8);
    width      : 100%;
    font-size  : 20px;
    font-weight: bold;
    height     : 50px;
    line-height: 50px;
    padding    : 0px 150px 0px 20px;
    color      : #000000;
    text-align : left;
}

.swiper-txt {
    text-align    : left;
    font-size     : 14px;
    color         : #666666;
    margin-top    : 20px;
    line-height   : 24px;
    letter-spacing: 0.8px;
}

.swiper-pagination {
    left: 220px !important;
}

.swiper-pagination2 {
    position  : absolute;
    z-index   : 1;
    right     : 20px !important;
    text-align: right;
    left      : auto !important;
}

/*主内容区*/
.cCon-left {
    float       : left;
    width       : 940px;
    border-right: 1px solid #d5d5d5;
}

.cCon-leftTop {
    position: relative;
    width   : 920px;
}

.cCon-top {
    width     : 1170px;
    height    : 382px;
    background: white;
    border    : 1px solid #efefef;
    margin    : 0px 15px;
}

.cCon-leftMain {
    width     : 920px;
    margin-top: 10px;
}

/*新闻类别标签*/
.ilabel {
    position   : absolute;
    z-index    : 11;
    right      : -1px;
    bottom     : 14px;
    width      : 45px;
    height     : 24px;
    font-size  : 13px;
    text-align : center;
    color      : white;
    line-height: 28px;
}

.ilabel-1 {
    background: url(../img/ibg-1.png) no-repeat;
}

.ilabel-2 {
    background: url(../images/ibg-2.png) no-repeat;
}

.ilabel-3 {
    background: url(../images/ibg-3.png) no-repeat;
}

.ilabel-4 {
    background: url(../images/ibg-4.png) no-repeat;
    bottom    : 30px;
}

/*视频内容区*/
.video-play {
    width        : 940px;
    background   : #ffffff;
    border       : 1px solid #efefef;
    border-radius: 3px;
    padding      : 20px 20px 30px 20px;
}

.video-recommend {
    width        : 940px;
    background   : #ffffff;
    border       : 1px solid #efefef;
    border-radius: 3px;
    padding      : 10px 0px 8px 0px;
    margin-top   : 20px;
    overflow     : hidden;
    margin-bottom: 30px;
}

.cCon-main {
    width     : 1170px;
    margin    : 20px 15px 0px 15px;
    background: white;
    border    : 1px solid #efefef;
}

.cCon-live,
.cCon-video {
    overflow: hidden;
    padding : 35px 50px 0px 50px;
}

.cCon-nav {
    width   : 100%;
    height  : 60px;
    padding : 0px 20px;
    overflow: hidden;
}

.cCon-nav div {
    height     : 60px;
    line-height: 60px;
    float      : left;
    font-size  : 18px;
    text-align : left;
    width      : 6.5em;
    cursor     : pointer;
}

.navChoice2,
.cCon-nav:hover div {
    color: #ff3333;
}

.cCon-box {
    overflow: hidden;
}

.vl-elem {
    float     : left;
    margin    : 0px 20px 20px 20px;
    position  : relative;
    text-align: left;
}

.vl-poster {
    width : 316px;
    height: 177.75px;
}

.vl-title {
    font-size    : 16px;
    line-height  : 30px;
    margin-bottom: 3px;
    color        : #000000;
    text-align   : left;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    width        : 316px;
}

.vl-other {
    text-align: left;
    overflow  : hidden;
}

.vl-other span {
    font-size: 13px;
    color    : #969696;
}

.vl-other .web {
    display: inline;
}

.vl-date {
    float: right;
}

.vl-play {
    width   : 316px;
    height  : 177.75px;
    position: absolute;
    top     : 0px;
    left    : 0px;
}

.video-player {
    width     : 900px;
    height    : 506px;
    margin-top: 30px;
}

.video-r-elem {
    float   : left;
    margin  : 10px 18px 15px 18px;
    width   : 276px;
    height  : 220px;
    position: relative;
}

.video-r-img {
    width : 276px;
    height: 155px;
}

.video-title {
    width        : 100%;
    line-height  : 28px;
    font-size    : 16px;
    text-align   : left;
    color        : #000000;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.video-other {
    text-align: left;
    margin-top: 3px;
}

.video-other span {
    font-size: 13px;
    color    : #969696;
}

.vl-play2 {
    width   : 276px;
    height  : 155px;
    position: absolute;
    top     : 0px;
    left    : 2px;
}

/*视频状态*/
.vl-label {
    position   : absolute;
    top        : 0px;
    left       : 0px;
    width      : 74px;
    height     : 24px;
    font-size  : 13px;
    color      : white !important;
    line-height: 24px;
}

.vl-label1 {
    background : url(../images/vl-label1.png) no-repeat;
    text-align : left;
    text-indent: 27px;
}

.vl-label2 {
    background: url(../images/vl-label2.png) no-repeat;
}

/*新闻列表*/
.cCon-newsBox {
    width        : 920px;
    background   : #ffffff;
    border-radius: 3px;
    border       : 1px solid #efefef;
}

.cCon-news {
    height    : 200px;
    border-top: 1px dashed #efefef;
    padding   : 20px;
    text-align: left;
    position  : relative;
    display   : block;
}

.cCon-news.three {
    height: 275px;
}

.cCon-leftMain .cCon-news:first-child {
    border: none;
}

.news-img {
    width       : 260px;
    height      : 160px;
    float       : left;
    margin-right: 20px;
}

.cCon-news.three .news-img {
    margin: 0px 36px 10px 0px;
}

.news-long {
    width : 900px;
    height: 160px;
}

.news-title {
    color      : rgb(51, 51, 51);
    font-size  : 18px;
    text-align : left;
    line-height: 28px;
    height     : 30px;
    font-weight: bold;
    overflow   : hidden;
}

.cCon-news.three .news-title {
    height       : 20px;
    line-height  : 20px;
    margin-bottom: 14px;
}

.news-intro {
    color        : #666666;
    font-size    : 14px;
    text-align   : left;
    line-height  : 28px;
    margin-top   : 11px;
    height       : 60px;
    overflow     : hidden;
    margin-bottom: 40px;
}

.news-other {
    text-align: left;
    margin-top: 15px;
}

.news-other span {
    color    : #999999;
    font-size: 13px;
}

.nList:hover .nTitle {
    color: rgb(50, 80, 135);
}

/*推荐下载APP*/
.app-top {
    position     : fixed;
    top          : 0px;
    left         : 0px;
    z-index      : 300;
    width        : 100%;
    text-align   : left;
    height       : 60px;
    border-bottom: 1px solid #dedede;
    overflow     : hidden;
    background   : #ffffff;
}

.back {
    height: 20px;
    margin: 20px;
}

.openbt-box {
    padding: 20px;
}

.download-app {
    font-size  : 14px;
    line-height: 35px;
    position: absolute;
    left: 0px;
    top: 10px;
    margin     : 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    border: none;
    float: inherit;
}
.download-app img{
    height: 35px;
}

.open-app {
    border       : 1px solid #2e8fc7;
    color        : #2e8fc7;
    border-radius: 3px;
    font-size    : 18px;
    line-height  : 48px;
    width        : 100%;
    display      : block;
}

/*新闻详情*/
.news-detail {
    width        : 940px;
    background   : #ffffff;
    border       : 1px solid #efefef;
    border-radius: 3px;
    padding      : 28px 80px 36px 80px;
}

.news-d-main p.pic_center {
    text-align: center;
}

.news-d-main img {
    max-width: 100%;
}

.news-d-top {
    border-bottom: 1px dashed #efefef;
}

.news-d-address {
    text-align: left;
}

.news-d-address * {
    color    : #0da0dd;
    font-size: 16px;
}

.news-d-title {
    color      : #333333;
    font-size  : 32px;
    text-align : left;
    line-height: 46px;
    padding    : 38px 0px 30px 0px;
}

.news-d-other {
    text-align    : left;
    padding-bottom: 10px;
}

.news-d-other * {
    color    : #969696;
    font-size: 14px;
}

.news-d-section {
    color      : #282828;
    font-size  : 17px;
    line-height: 38px;
    text-align : left;
    text-indent: 2em;
    margin-top : 36px;
}

.news-d-image {
    width     : 600px;
    margin-top: 10px;
}

.news-recommend {
    width        : 940px;
    background   : #ffffff;
    border       : 1px solid #efefef;
    border-radius: 3px;
    padding      : 10px 88px 75px 120px;
    margin-top   : 20px;
    overflow     : hidden;
    margin-bottom: 30px;
}

.news-r-label {
    font-size  : 20px;
    line-height: 38px;
    color      : #ff3333;
    text-align : left;
}

.news-r-elem {
    float : left;
    margin: 20px 20px 0px 0px;
}

.news-r-img {
    width : 220px;
    height: 123.75px;
}

.news-r-title {
    width      : 220px;
    font-size  : 14px;
    color      : #333333;
    height     : 60px;
    text-align : left;
    line-height: 18px;
    height     : 40px;
}

/*分享*/
.news-share {
    width : 700px;
    margin: 0px auto;
}

.share-line {
    width        : 100%;
    height       : 50px;
    border-bottom: 1px dashed #ececec;
}

.share-txt {
    width      : 3.2em;
    font-size  : 14px;
    height     : 20px;
    line-height: 20px;
    margin     : -10px auto 0px auto;
    color      : #969696;
}

.share-box {
    width : 600px;
    margin: 0px auto;
}

.share-box td {
    width : 150px;
    height: 150px;
}

.share-el {
    width     : 90px;
    height    : 90px;
    margin    : 30px;
    position  : relative;
    overflow  : visible;
    text-align: center;
    cursor    : pointer;
}

.share-bt {
    width : 70px;
    height: 70px;
}

.share-img {
    width   : 150px;
    height  : 154px;
    position: absolute;
    left    : -30px;
    top     : -160px;
    display : none;
}

.share-el:hover .share-img {
    display: block;
}

/*加载更多*/
.loading {
    margin-top   : 20px;
    margin-bottom: 30px;
    display      : none;
}

.loading img {
    width         : 20px;
    vertical-align: middle;
}

.loading span {
    font-size     : 15px;
    color         : #858585;
    vertical-align: middle;
}

.top {
    position: fixed;
    bottom  : -px;
    right   : 160px;
    cursor  : pointer;
}

.loading-more {
    font-size    : 14px;
    color        : #555555;
    border       : 1px solid #efefef;
    width        : 7em;
    margin       : 1em auto;
    line-height  : 28px;
    border-radius: 6px;
}

@media all and (min-width:960px) and (max-width:1230px) {
    .ad {
        width : 960px;
        height: 80px;
        margin: 5px auto;
    }

    .ad img {
        width : 950px;
        height: 72px;
        margin: 4px 4px;
    }

    .logo {
        margin: 8px 50px auto 0px;
    }

    .hCon {
        width: 960px;
    }

    .nav-box,
    .nav-con {
        width: 400px;
    }

    .m-nav {
        margin: 10px 15px 5px 15px;
    }

    .search-box {
        margin: 22px 10px auto 22px;
    }

    .topbutton {
        height     : 24px;
        line-height: 22px;
        padding    : 0px 6px;
        font-size  : 13px;
        margin     : 25px 0px auto 8px;
    }

    .content {
        width : 960px;
        margin: 16px auto;
    }

    .cCon-right {
        width      : 168px;
        margin-left: 10px;
    }

    .rTitle {
        width        : 168px;
        height       : 32px;
        line-height  : 30px;
        font-size    : 16px;
        margin-bottom: 8px;
    }

    .r1-poster {
        width : 168px;
        height: 103.38px;
    }

    .r1-list li a {
        line-height: 22px;
    }

    .r1-list li a:before {
        margin-right: 8px;
    }

    .r2-list li {
        padding-top: 8px;
        margin-top : 8px;
    }

    .r2-list li a {
        width: 168px;
    }

    .r2-poster {
        width : 48px;
        height: 48px;
    }

    .r2-txt {
        height     : 32px;
        line-height: 16px;
    }

    .r2-list {
        padding-bottom: 16px;
    }

    .rLink a {
        line-height: 24px;
    }

    .cCon-left {
        width: 777px;
    }

    .cCon-leftTop {
        width: 762px;
    }

    .cCon-top {
        width : 960px;
        height: 312px;
        margin: 0px;
    }

    .cCon-main {
        width : 960px;
        margin: 20px 0px 0px 0px;
    }

    .swiper-container {
        width : 762px;
        height: 303px;
    }

    .swiper-container2 {
        width : 950px;
        height: 305px;
        margin: 0px;
    }

    .swiper-poster-box {
        width : 480px;
        height: 295.38px;
        margin: 4px 10px auto 5px;
    }

    .swiper-poster2 {
        width : 950px;
        height: 305px;
        margin: 5px;
    }

    .swiper-con {
        padding-right: 8px;
        padding-top  : 21px;
    }

    .swiper-title {
        height     : 88px;
        font-size  : 20px;
        line-height: 30px;
    }

    .swiper-txt {
        margin-top    : 16px;
        line-height   : 20px;
        letter-spacing: 0.6px;
    }

    .swiper-pagination-bullet {
        width : 10px;
        height: 10px;
    }

    .swiper-pagination {
        left: 168px !important;
    }

    .cCon-leftMain {
        width     : 762px;
        margin-top: 16px;
    }

    .cCon-newsBox {
        width: 762px;
    }

    .cCon-news {
        height : 170px;
        padding: 21px 16px;
    }

    .cCon-news.three {
        height: 250px;
    }

    .news-img {
        width       : 208px;
        height      : 128px;
        margin-right: 16px;
    }

    .cCon-news.three .news-img {
        margin: 0px 34px 8px 0px;
    }

    .news-long {
        width : 720px;
        height: 128px;
    }

    .news-title {
        font-size  : 16px;
        line-height: 30px;
        height     : 30px;
    }

    .news-intro {
        line-height  : 22px;
        height       : 40px;
        margin-bottom: 36px;
    }

    .news-other {
        margin-top: 9px;
    }

    .news-detail {
        width  : 762px;
        padding: 28px 100px 36px 100px;
    }

    .news-d-title {
        padding: 36px 0px 26px 0px;
    }

    .news-d-section {
        margin-top: 30px;
    }

    .news-d-image {
        width: 520px;
    }

    .news-recommend {
        width        : 762px;
        padding      : 10px 60px 60px 100px;
        margin-top   : 16px;
        margin-bottom: 24px;
    }

    .news-r-elem {
        margin: 20px 20px 0px 0px;
    }

    .news-r-img {
        width : 176px;
        height: 99px;
    }

    .news-r-title {
        width: 176px;
    }

    .loading {
        margin-top   : 16px;
        margin-bottom: 24px;
    }

    .top {
        right: 60px;
    }

    .vl-elem {
        margin: 0px 16px 20px 16px;
    }

    .vl-poster,
    .vl-play {
        width : 280px;
        height: 157.5px;
    }

    .vl-title {
        width: 280px;
    }

    .video-play {
        width: 762px;
    }

    .video-player {
        width : 722px;
        height: 406px;
    }

    .video-recommend {
        width: 762px;
    }

    .video-r-elem {
        width : 220px;
        height: 186px;
        margin: 10px 16px 14px 17px;
    }

    .video-r-img,
    .vl-play2 {
        width : 220px;
        height: 124px;
    }

    .bubble {
        top: 80px;
    }

    .news-share {
        width : 600px;
        margin: 0px -20px;
    }

    .cCon-live,
    .cCon-video {
        padding: 5px 11px 0px 11px;
    }

    .cCon-nav {
        padding: 0px 25px;
    }
}

@media all and (min-width:100px) and (max-width:959px) {
    .res-not-phone {
        display: none;
    }

    .web {
        display: none;
    }

    .wap {
        display: block;
    }

    .vl-other .web {
        display: none;
    }

    .header {
        height  : 56px;
        position: fixed;
        top     : 0px;
        left    : 0px;
        z-index : 100;
    }

    .hCon {
        width : 100%;
        height: 55px;
    }

    .nav-box {
        width       : 100%;
        height      : 53px;
        padding-left: 54px;
    }

    .nav-con {
        width     : 362px;
        height    : 53px;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }

    .m-nav {
        width  : 80px;
        height : 47px;
        border : none;
        padding: 0px;
        margin : 0px;
    }

    .m-nav:hover,
    .navChoice {
        background: #ffffff;
    }

    .m-nav:hover *,
    .navChoice * {
        color: #e20309;
    }

    .m-big {
        font-size  : 18px;
        line-height: 45px;
        margin-top : 6px;
    }

    .m-small {
        font-size     : 13px;
        line-height   : 20px;
        letter-spacing: 0px;
    }

    .bubble-wap {
        position  : fixed;
        top       : 0px;
        left      : 0px;
        width     : 100%;
        height    : 100%;
        background: white;
        z-index   : 600;
        display   : none;
    }

    .hCon-td:hover .bubble {
        display: none;
    }

    .s-nav-box {
        position  : static;
        background: white;
        padding   : 16px 6px 0px 20px;
        width     : 100%;
    }

    .s-nav {
        background   : white;
        width        : auto;
        height       : auto;
        color        : #555555;
        border       : 1px solid #bbbbbb;
        border-radius: 3px;
        font-size    : 15px;
        padding      : 0.5em 0.8em;
        margin       : 0px 16px 16px 0px;
    }

    .s-nav:hover {
        font-size  : 15px;
        font-weight: normal;
    }

    .s-nav-box .s-nav:first-child {
        border: 1px solid #bbbbbb;
    }

    .content {
        width      : 100%;
        margin     : 0px;
        padding-top: 55px;
    }

    .cCon-main {
        width : 100%;
        margin: 0px;
        border: none;
    }

    .cCon-box {
        width: 100%;
    }

    .cCon-live,
    .cCon-video {
        display: block !important;
    }

    .vl-elem {
        float  : none;
        width  : 100%;
        margin : 0px;
        display: block;
    }

    .vl-poster {
        width : 100%;
        height: auto;
    }

    .vl-play {
        width : 100%;
        height: auto;
    }

    .vl-title {
        position   : absolute;
        bottom     : 0px;
        letf       : 0px;
        text-indent: 12px;
        width      : 100%;
        height     : 36px;
        line-height: 36px;
        color      : white;
        font-weight: bold;
        background : #000000;
        background : linear-gradient(to bottom, transparent, black);
    }

    .vl-other {
        position: absolute;
        bottom  : 38px;
        left    : 12px;
        overflow: hidden;
    }

    .vl-label {
        position     : static;
        background   : white !important;
        line-height  : 22px;
        height       : 22px;
        border-radius: 3px;
        float        : left;
        margin-right : 10px;
        text-align   : center;
        width        : auto;
        padding      : 0px 7px;
        text-indent  : 0px;
    }

    .vl-label1 {
        color : #55a5e9 !important;
        border: 1px solid #55a5e9;
    }

    .vl-label2 {
        color : #585656 !important;
        border: 1px solid #585656;
    }

    .vl-visit {
        display      : block;
        height       : 22px;
        line-height  : 22px;
        background   : #000000;
        color        : #ffffff !important;
        border       : 1px solid #000000;
        border-radius: 3px;
        padding      : 0px 7px;
        float        : left;
    }

    .cCon-video .vl-other {
        left: 12px;
    }

    .cCon-left {
        width : 100%;
        float : none;
        border: none;
    }

    .cCon-leftTop {
        width: 100%;
    }

    .swiper-container {
        width         : 100%;
        height        : auto;
        padding-bottom: 6px;
    }

    .swiper-poster-box {
        width : 100%;
        margin: 0px;
        border: none;
        height: auto;
    }

    .swiper-slide:hover .swiper-poster {
        transform        : none;
        -ms-transform    : none;
        -moz-transform   : none;
        -webkit-transform: none;
        -o-transform     : none;
    }

    .swiper-con {
        width   : 100%;
        padding : 0px;
        overflow: hidden;
    }

    .swiper-title {
        font-size    : 18px;
        padding      : 0px 8px;
        height       : 1.8em;
        overflow     : hidden;
        text-overflow: ellipsis;
        white-space  : nowrap;
    }

    .swiper-con .news-other {
        padding   : 0px 8px;
        font-size : 13px;
        margin-top: 8px;
    }

    .ilabel {
        background   : white;
        border-radius: 3px;
        font-size    : 13px;
        right        : 8px;
        bottom       : 8px;
        padding      : 3px 3px 1px 3px;
        width        : auto;
        height       : auto;
        line-height  : 14px;
    }

    .ilabel-1 {
        border: 1px solid #ff7373;
        color : #ff7373;
    }

    .ilabel-2 {
        border: 1px solid #55a5e9;
        color : #55a5e9;
    }

    .ilabel-3 {
        border: 1px solid #ff7373;
        color : #ff7373;
    }

    .cCon-leftMain {
        width : 100%;
        margin: 0px;
    }

    .cCon-newsBox {
        width        : 100%;
        border-top   : none;
        border-radius: 0px;
    }

    .cCon-news {
        padding : 12px 8px;
        height  : auto;
        overflow: hidden;
    }

    .news-img {
        width        : 32%;
        height       : auto;
        border-radius: 3px;
        margin-right : 10px;
    }

    .news-imgBox {
        width   : 100%;
        overflow: hidden;
    }

    .news-title {
        font-size  : 15px;
        line-height: 20px;
        height     : 42px;
        font-weight: normal;
    }

    .cCon-news .news-other {
        margin-top: 10px;
    }

    .cCon-news .news-other span {
        font-size: 13px;
    }

    .news-recommend .news-other {
        margin-top: 5px;
    }

    .news-recommend .news-other span {
        font-size: 13px;
    }

    .cCon-news.three .news-img {
        margin: 0px 4px 3px 0px;
    }

    .cCon-news.three .news-title {
        height       : auto;
        max-height   : 48px;
        margin-bottom: 6px;
    }

    .cCon-news.three {
        height  : auto;
        overflow: hidden;
    }

    .news-long {
        width : 100%;
        height: auto;
    }

    .cCon-right {
        float      : none;
        width      : 100%;
        margin-left: 0px;
    }

    .news-detail {
        width  : 100%;
        border : none;
        padding: 20px 20px 50px 20px;
    }

    .news-d-top {
        padding: 0px 8px;
    }

    .news-d-title {
        font-size  : 22px;
        line-height: 30px;
        padding    : 10px 0px;
    }

    .news-d-section {
        line-height: 30px;
        margin-top : 24px;
        font-size  : 17px;
    }

    .news-d-image {
        width     : 100%;
        margin-top: 10px;
    }

    .news-recommend {
        width        : 100%;
        border       : none;
        border-radius: 0px;
        padding      : 10px 8px;
        margin-top   : 0px;
        margin-bottom: 10px;
        overflow     : hidden;
    }

    .news-r-elem {
        width     : 100%;
        height    : auto;
        position  : relative;
        padding   : 12px 0px;
        overflow  : hidden;
        border-top: 1px dashed #efefef;
        margin    : 0px;
    }

    .news-r-img {
        width        : 32%;
        height       : auto;
        border-radius: 3px;
        margin-right : 10px;
        float        : left;
    }

    .rcon-more {
        margin-bottom: 0px;
    }

    .rLink {
        text-align: center;
        padding   : 1em 0px 1em 0px;
        background: #2e2d33;
    }

    .rLink a {
        display: inline-block;
        color  : #acacac;
        padding: 0.8em 1em 0em 2em;
    }

    .rcon-icp {
        background   : #222126;
        font-size    : 13px;
        padding      : 1.2em 0px;
        margin-bottom: 0px;
    }

    .icp-txt {
        color      : #acacac;
        line-height: 2.2em;
        overflow   : hidden;
        white-space: nowrap;
        padding    : 0px 8px;
    }

    .icp-img {
        width     : 60%;
        margin-top: 1em;
    }

    .video-play {
        width  : 100%;
        padding: 0px;
    }

    .video-player {
        width     : 100%;
        height    : auto;
        margin-top: 0px;
    }

    .video-recommend {
        width  : 100%;
        padding: 0px;
    }

    .news-r-label {
        color      : #000000;
        text-indent: 12px;
    }

    .video-r-elem {
        margin    : 0px;
        width     : 100%;
        text-align: left;
        padding   : 12px 8px;
        height    : auto;
        overflow  : hidden;
    }

    .video-r-img {
        width        : 32%;
        height       : auto;
        border-radius: 3px;
        margin-right : 10px;
        float        : left;
    }

    .video-title {
        white-space  : normal;
        width        : auto;
        height       : 42px;
        overflow     : visible;
        text-overflow: clip;
        line-height  : 20px;
        font-size    : 15px;
    }

    .loading {
        margin: 6px 0px;
    }

    .cCon-live,
    .cCon-video {
        padding: 0px;
    }
}

@media all and (width:320px) {
    .b-title {
        font-size  : 24px;
        height     : 50px;
        line-height: 50px;
        padding    : 0px 10px;
    }

    .close {
        width : 12px;
        height: 12px;
        right : 10px;
        top   : 19px;
    }

    .b-bt {
        padding: 8px 3px 6px 10px;
    }

    .b-nav {
        width     : 48px;
        height    : 58px;
        text-align: center;
        margin    : 0px 12px 12px 0px;
    }

    .b-big {
        font-size: 16px;
    }

    .b-small {
        font-size: 13px;
    }

    .s-nav-box {
        padding: 10px 6px 0px 10px;
    }

    .s-nav {
        font-size: 14px;
        padding  : 0.38em 0.6em;
        margin   : 0px 10px 10px 0px;
    }

    .news-title {
        font-size  : 14px;
        height     : 37px;
        line-height: 18px;
    }

    .swiper-con .news-other {
        line-height: 26px;
    }

    .cCon-news .news-other {
        margin-top: 5px;
    }

    .news-recommend .news-other {
        margin: 0px;
    }

    .app-top {
        height: 56px;
    }

    .back {
        height: 16px;
        margin: 17px;
    }

    .download-app {
        font-size  : 14px;
        line-height: 35px;
        position: absolute;
        left: 0px;
        top: 10px;
        margin     : 0 auto;
        width: 100%;
        text-align: center;
        display: block;
        border: none;
        float: inherit;
    }
    .download-app img{
        height: 35px;
    }

    .news-detail {
        padding: 10px 16px 30px 16px;
    }

    .news-d-title {
        font-size  : 18px;
        line-height: 28px;
    }

    .news-d-section {
        font-size  : 16px;
        line-height: 28px;
        margin-top : 22px;
    }

    .news-d-image {
        width     : 100%;
        margin-top: 10px;
    }

    .news-recommend {
        width        : 100%;
        border       : none;
        border-radius: 0px;
        padding      : 10px 8px;
        margin-top   : 0px;
        margin-bottom: 10px;
        overflow     : hidden;
    }

    .news-r-elem {
        width     : 100%;
        height    : auto;
        position  : relative;
        padding   : 12px 0px;
        overflow  : hidden;
        border-top: 1px dashed #efefef;
        margin    : 0px;
    }

    .news-r-img {
        width        : 32%;
        height       : auto;
        border-radius: 3px;
        margin-right : 10px;
        float        : left;
    }

    .rLink a {
        padding  : 0.6em 0em 0em 0.6em;
        font-size: 13px;
    }

    .icp-img {
        margin-top: 0.5em;
    }

    .video-title {
        height     : 37px;
        font-size  : 14px;
        line-height: 18px;
    }

    .ilabel {
        font-size: 12px;
        padding  : 1px;
    }

    .swiper-con .news-other {
        margin-top: 5px;
    }
}

@media all and (min-width:350px) and (max-width:400px) {}

@media all and (min-width:401px) and (max-width:436px) {
    .cCon-news .news-other {
        margin-top: 18px;
    }

    .news-recommend .news-other {
        margin-top: 12px;
    }

    .video-title {
        height       : 2.5em;
        font-size    : 15px;
        margin-bottom: 14px;
    }
}

@media all and (min-width:437px) and (max-width:660px) {}

@media all and (min-width:661px) and (max-width:900px) {
    .header {
        height: 80px;
    }

    .search-bt2 {
        width : 42px;
        height: 42px;
        margin: 19px;
    }

    .search-bt2 img {
        width : 42px;
        height: 42px;
    }

    .nav-box {
        height      : 80px;
        padding-left: 80px;
    }

    .nav-con {
        width : 480px;
        height: 80px;
    }

    .m-nav {
        width : 80px;
        height: 80px;
    }

    .m-big {
        font-size  : 34px;
        line-height: 52px;
        margin-top : 0px;
    }

    .m-small {
        font-size  : 18px;
        line-height: 18px;
    }

    .b-bt-txt {
        font-size    : 22px;
        margin-bottom: 16px;
    }

    .b-big {
        font-size: 38px;
    }

    .b-small {
        font-size: 20px;
    }

    .s-nav {
        font-size: 20px;
        padding  : 0.7em 1.1em;
        margin   : 0px 20px 20px 0px;
    }

    .b-nav {
        margin: 0px 20px 20px 0px;
        width : 77px;
        height: 88px;
    }

    .b-title {
        width      : 100%;
        height     : 80px;
        line-height: 80px;
        font-size  : 36px;
    }

    .hCon-right {
        height: 80px;
    }

    .nav-line {
        height: 60px;
        margin: 10px 0px auto 0px;
    }

    .add {
        width : 32px;
        height: 32px;
        margin: 24px 20px 24px 12px;
    }

    .close {
        top   : 29px;
        right : 20px;
        width : 22px;
        height: 22px;
    }

    .content {
        padding-top: 80px;
    }

    .swiper-title {
        font-size: 24px;
        padding  : 10px 8px;
        height   : 2em
    }

    .swiper-con .news-other span {
        font-size: 18px;
    }

    .ilabel {
        border-radius: 6px;
        font-size    : 18px;
        line-height  : 28px;
        right        : 12px;
        bottom       : 10px;
        padding      : 0px 6px;
    }

    .news-title {
        font-size  : 20px;
        line-height: 36px;
        height     : 110px;
    }

    .cCon-news .news-other span {
        font-size: 18px;
    }

    .news-recommend .news-other span {
        font-size: 18px;
    }

    .loading-more {
        font-size  : 22px;
        width      : 7em;
        line-height: 38px;
    }

    .rLink a {
        font-size  : 20px;
        line-height: 37px;
    }

    .rcon-icp {
        font-size: 20px;
    }

    .app-top {
        height: 80px;
    }

    .download-app {
        font-size  : 20px;
        line-height: 36px;
        margin     : 20px;
    }

    .back {
        height: 24px;
        margin: 28px;
    }

    .news-d-title {
        font-size  : 30px;
        line-height: 42px;
    }

    .news-d-other * {
        font-size: 20px;
    }

    .news-d-section {
        font-size  : 20px;
        line-height: 38px;
    }

    .open-app {
        font-size  : 22px;
        line-height: 60px;
    }

    .vl-other span {
        font-size: 18px;
    }

    .vl-title {
        font-size  : 26px;
        height     : 50px;
        line-height: 50px;
    }

    .vl-other {
        bottom: 60px;
    }

    .vl-label,
    .vl-visit {
        line-height: 28px;
        height     : 30px;
        padding    : 0px 8px;
    }

    .video-title {
        height       : 2.5em;
        font-size    : 28px;
        line-height  : 40px;
        margin-bottom: 38px;
    }

    .video-other span {
        font-size: 20px;
    }
}

.friends-content {
    padding   : 20px;
    width     : 1200px;
    margin    : 20px auto 0px auto;
    background: #fff;
    border    : 1px solid #efefef;
    position  : relative;
}

.friends-content .view-title {
    text-align: center;
    margin-top: -53px;
}

.friends-content .friends-main {
    padding   : 10px 15px;
    text-align: center;
}

.friends-content .view-title span {
    font-size   : 24px;
    border-right: 1px solid #efefef;
    border-left : 1px solid #efefef;
    padding     : 0 30px;
    line-height : 30px;
    background  : #fff;
}

.friends-content .friends-main p a {
    color : #666;
    margin: 0 5px;
}

.friends-content .friends-main p {
    color      : #666;
    line-height: 28px;
    font-size  : 16px;
}

.friends-content .friends-main p span:last-child {
    display: none;
}

.company {
    padding-top   : 20px;
    padding-bottom: 15px;
}

.company p {
    text-align: center;
    font-size : 14px;
    color     : #333;
}

.company p span {
    margin: 0 10px;
}

.footer,
.footer-container {
    background-color: #141414;
    height          : 50px;
}

.footer-container {
    width   : 1200px;
    margin  : 0 auto;
    overflow: hidden;
}

.footer-inner {
    background: #141414;
}

.footer-container p {
    float       : left;
    line-height : 50px;
    padding-left: 15px;
    color       : #ddd;
    font-size   : 13px;
}

.footer-container ul {
    float      : right;
    line-height: 50px;
}

.footer-container ul li {
    float      : left;
    margin-left: 10px;
}

.footer-container ul a {
    display  : inline-block;
    color    : #ddd;
    font-size: 12px;
    position : relative;
}

.footer-container .b-logo {
    float     : left;
    width     : 130px;
    margin-top: 5px;
}

.footer-container .b-logo img {
    width: 100%;
}


.cCon-leftTitle {
    float           : left;
    width           : 920px;
    background-color: #fff;
    border          : 1px solid #efefef;
    border-bottom   : none;
    padding         : 3px 20px;
}

.cCon-leftTitle ul {
    float        : left;
    border-bottom: 1px solid #e3e3e3;
    width        : 100%;
    margin-bottom: 2px;
}

.cCon-leftTitle ul li {
    float        : left;
    margin       : 0 19px;
    font-size    : 20px;
    color        : #000;
    padding      : 15px 6px 7px 6px;
    margin-bottom: -2px;
}


.cCon-leftMain-list .cCon-newsBox {
    border-top: none;
    display   : none;
}


.cCon-leftMain {
    background-color: #fff;
}

@media all and (min-width:960px) and (max-width:1230px) {
    .cCon-leftTitle {
        width: 762px;
    }

    .cCon-leftTitle ul {
        width: 100%;
    }

    .cCon-leftTitle ul li {
        margin: 0 14px;
    }
}



.cCon-news:hover .news-img1 {
    transform        : scale(1.1, 1.1);
    -ms-transform    : scale(1.1, 1.1);
    -moz-transform   : scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform     : scale(1.1, 1.1);
}

.news-img {
    overflow: hidden;
}

.news-img1 {
    width     : 100%;
    height    : 100%;
    transition: all 1s ease 0s;
    overflow  : hidden;
}

cCon-newsBox1 {
    overflow: hidden;
}

@media (max-width: 959px) and (min-width: 100px) {
    .cCon-leftMain1 {
        width : 100%;
        margin: 0px;
    }

    .cCon-newsBox1 {
        background      : none;
        width           : 100%;
        border-top      : none;
        border-top-width: initial;
        border-top-style: none;
        border-top-color: initial;
        border-radius   : 0px;
        border          : 1px solid #efefef;
    }

    .swiper-title {
        height     : 2.6em;
        white-space: normal;
        font-weight: normal;
        font-size  : 20px;
        line-height: 28px;
        color      : #000;
    }

    .news-title {
        font-size: 17px;
    }

    .swiper-con {
        width         : 100%;
        padding       : 0px;
        overflow      : hidden;
        position      : absolute;
        background    : #fff;
        padding-bottom: 0px;
        bottom        : 0px;
    }
}


.rcon .rCon .r2-list1 img {
    width        : 100%;
    border-radius: 6px;
}

.duan {
    position      : absolute;
    margin-top    : 110px;
    color         : #ffffff;
    background    : rgba(0, 0, 0, 0.8);
    background    : -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background    : -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background    : linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    width         : 240px;
    text-align    : left;
    font-size     : 14px;
    border-radius : 6px;
    overflow      : hiddden;
    height        : 25px;
    display       : block;
    padding-left  : 5px;
    padding-right : 5px;
    letter-spacing: 0.5px;
}

.duan-title2 {
    color        : #ffffff;
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
}

.lachang:hover .duan {
    margin-top : 86px;
    height     : 50px;
    overflow   : visible;
    white-space: normal;
}

.lachang:hover .duan-title2 {
    overflow          : visible;
    white-space       : normal;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r2-txt {
    height            : 60px;
    display           : block;
    overflow          : hidden;
    line-height       : 20px;
    font-size         : 14px;
    text-align        : left;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow          : hidden;
}

.ad {
    width     : 1200px;
    height    : 120px;
    background: white;
    border    : none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position  : relative;
}

.ad-close {
    position   : absolute;
    right      : 15px;
    top        : 10px;
    color      : white;
    font-size  : 13px;
    font-family: 'SimSun';
}
.ad-close:hover{
    cursor: pointer;
}

.ad img {
    width                            : 1200px;
    height                           : 100px;
    margin                           : 0px 0px;
    border                           : 5px solid #fff;
    -webkit-animation-name           : fadeInOut;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration       : 12s;
    -webkit-animation-direction      : normal;
}

.cloud_tag_inter {
    min-width : 240px !important;
    width     : 240px !important;
    min-height: 225px !important;
    overflow  : hidden;
}

.cloud_tag_inter a {}

.cloud_tag_inter a.fz_1 {
    font-size: 12px;
}

.cloud_tag_inter a.fz_2 {
    font-size: 13px;
}

.cloud_tag_inter a.fz_3 {
    font-size: 14px;
}

.cloud_tag_inter a.fz_4 {
    font-size: 15px;
}

.cloud_tag_inter a.fz_5 {
    font-size: 16px;
}

.cloud_tag_inter a:hover {
    color      : #0056FF;
    font-weight: 600;
}

#topcontrol {
    position: fixed;
    bottom  : 120px;
    right   : 5%;
    cursor  : pointer;
    z-index : 9;
}

.loadApp_icon {
    background     : url(../img/xiazai_app.png);
    background-size: 100%;
}

.wechat_official-icon {
    background     : url(../img/guanzhu.png);
    background-size: 100%;
}

.return-top-icon {
    background     : url(../img/fanhui.png);
    background-size: 100%;
    margin-top     : 10px;
}

.loadApp_icon,
.loadApp_icon-init,
.return-top-icon,
.wechat_official-icon {
    width : 50px;
    height: 50px;
}

.download,
.wechat_official-count {
    padding         : 10px 0;
    width           : 110px;
    position        : absolute;
    box-shadow      : 0 1px 4px 0 rgba(0, 0, 0, .18);
    border-radius   : 2px;
    background-color: #fff;
}

.wechat_official-count {
    top  : -188px;
    right: 0px;
}

.download {
    display: none;
    bottom : 170px;
    left   : -62px;
}

.download p,
.wechat_official-count p {
    font-size  : 16px;
    font-weight: 500;
    text-align : center;
    line-height: 22px;
}

.wechat_count_QR {
    background     : url(../img/shipinhao.png);
    background-size: 100%;
    width          : 110px;
    height         : 110px;
}

.download_QR {
    background     : url(../img/minshop.png);
    background-size: 100%;
    width          : 110px;
    height         : 110px;
}

.weibo_button {
    text-align   : center;
    width        : 96px;
    height       : 25px;
    margin       : 0 auto;
    border-radius: 13px;
    border       : 1px solid #f30;
}

.weibo_button span {
    font-size: 12px;
    color    : #f30;
}


.return-left-container {
    width      : 50px;
    bottom     : 110px;
    position   : fixed;
    margin-left: 20px;
}

.pagination {
    display      : block;
    margin-bottom: 25px;
}

@media (max-width: 959px) and (min-width: 100px) {
    * {
        margin    : 0;
        padding   : 0;
        box-sizing: border-box;
    }

    body {
        background-color: #f8f8f8;
        background-size : 100% 100%;
        padding-top     : 10px;
    }

    a {
        text-decoration: none;
        cursor         : pointer;
        outline        : none;
        color          : #292929;
    }

    a:hover {
        color : #292929;
        cursor: pointer;
    }

    a:focus {
        outline: none;
    }

    .kuai {
        width           : 100%;
        margin-left     : auto;
        margin-right    : auto;
        background-color: #ffffff;
        margin-bottom   : 10px;
    }

    .kuai1 {
        width           : 100%;
        margin-left     : auto;
        margin-right    : auto;
        background-color: #ffffff;
        margin-bottom   : 10px;
        padding-top     : 20px;
        padding-bottom  : 10px;
    }

    .xiaokuai {
        width       : 90%;
        margin-left : auto;
        margin-right: auto;
        padding-top : 20px;
    }

    .mingzi {
        color      : #a1a1a1;
        font-size  : 14px;
        float      : left;
        margin-left: 5px;
        text-align : left;
    }

    .mingzi1 {
        color         : #292929;
        font-size     : 18px;
        margin-left   : 12px;
        margin-bottom : 20px;
        letter-spacing: 1px;
        font-weight   : bold;
        text-align    : left;
    }

    .tubiao {
        float           : left;
        width           : 20px;
        height          : 20px;
        background-color: red;
        margin-top      : -3px;
    }

    .riqi {
        float      : right;
        color      : #a1a1a1;
        font-size  : 12px;
        line-height: 18px;
    }

    .biaoti {
        margin-top : 30px;
        font-size  : 18px;
        color      : #292929;
        width      : 100%;
        word-wrap  : break-word;
        line-height: 26px;
        text-align : left;
    }

    .kuang {
        width     : 100%;
        height    : 100px;
        margin-top: 20px;
        color     : #9a9a9a;
    }

    .kuangzuo {
        float             : left;
        width             : 60%;
        word-wrap         : break-word;
        font-size         : 16px;
        line-height       : 26px;
        text-align        : left;
        display           : -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow          : hidden;
        text-overflow     : ellipsis;
    }

    .kuangyou {
        float      : left;
        width      : 35%;
        margin-left: 5%;
        height     : 80px;
    }

    .swiper-container1 {
        overflow: hidden;
    }

    .wei {
        width   : 100%;
        height  : 200px;
        position: relative;
    }

    .weitu {
        margin-left : auto;
        margin-right: auto;
        height      : 190px;
    }

    .duan-title2 {
        position     : relative;
        margin-top   : -20px;
        color        : #ffffff;
        background   : rgba(0, 0, 0, 0.8);
        background   : -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        background   : -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        background   : linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        width        : 100%;
        text-align   : left;
        font-size    : 14px;
        margin-top   : -44px;
        padding      : 10px;
        border-radius: 8px;
        overflow     : hidden;
        white-space  : nowrap;
        text-overflow: ellipsis;
    }

    .ilabel1 {
        float      : left;
        z-index    : 11;
        width      : 20px;
        font-size  : 13px;
        color      : transparent;
        text-align : center;
        line-height: 28px;
        margin-top : -4px;
        height     : 20px;
    }

    .ilabel2 {
        float      : left;
        z-index    : 11;
        width      : 30px;
        font-size  : 13px;
        color      : transparent;
        text-align : center;
        line-height: 28px;
        margin-top : -4px;
        height     : 30px;
    }

    .ilabel1-1 {
        background     : url("../img/yuan1.png") no-repeat;
        background-size: 100% 100%;
    }

    .ilabe1l-2 {
        background     : url("../img/re.png") no-repeat;
        background-size: 100% 100%;
    }

    .ilabel1-3 {
        background     : url("../img/re.png") no-repeat;
        background-size: 100% 100%;
    }

    .ilabel1-4 {
        background     : url("../img/du.png") no-repeat;
        background-size: 100% 100%;
    }



    .tu {
        width        : 100%;
        height       : 100%;
        border-radius: 5px
    }

    .cCon-newsBox {
        background: none;
    }
}

.adv {
    background: #fff;
    margin-top: 10px;
    height    : fit-content;
    display: grid;
    border    : 1px solid #efefef;
    width     : 100%;
    position: relative;
}
.adv p{
    display:initial;
}
.adv.wap{
    display: none;
}

@media all and (min-width:100px) and (max-width:959px) {
.adv.wap{
    width: 100%;
    margin-bottom: 10px;
    display: block;
 }
}

.adv img {
    width: 100%;
}

.ias-trigger{
    margin: 12px  0;
    text-align: center;
    cursor: pointer;
    background: #fff;
    line-height: 45px;
}

.w920{
    width: 920px;
}
.news-share .bdsharebuttonbox a{
    width: 90px;
    height: 90px;
    padding-left: 0px;
    margin-right: 40px;
    margin-left: 40px;
}
.news-share .bdsharebuttonbox .bds_tsina{
    background     : url(../img/share-bt1.png);
}

.news-share .bdsharebuttonbox .bds_weixin1{
    background     : url(../img/share-bt2.png);
}

.news-share .bdsharebuttonbox .bds_weixin2{
    background     : url(../img/share-bt3.png);
}
.news-share .bdsharebuttonbox .bds_weixin3{
    background     : url(../img/share-bt4.png);
}
